From eb19132854371b664cc6784a94f8d48ed03b088c Mon Sep 17 00:00:00 2001 From: Jeroen van der Heijden Date: Mon, 13 Feb 2023 10:50:24 +0100 Subject: [PATCH] changed Kyiv to correct Ukrainian spelling --- help/help_timezones.md | 2 +- src/iso8601/iso8601.c | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/help/help_timezones.md b/help/help_timezones.md index d1e09f59..9b06e8df 100644 --- a/help/help_timezones.md +++ b/help/help_timezones.md @@ -346,7 +346,7 @@ For information on how to change the time zone see `help alter database` - Europe/Istanbul - Europe/Jersey - Europe/Kaliningrad -- Europe/Kiev +- Europe/Kyiv - Europe/Lisbon - Europe/Ljubljana - Europe/London diff --git a/src/iso8601/iso8601.c b/src/iso8601/iso8601.c index 7a9b4461..7ab52955 100644 --- a/src/iso8601/iso8601.c +++ b/src/iso8601/iso8601.c @@ -354,7 +354,7 @@ static const char * tz_common[] = { "TZ=:Europe/Istanbul", "TZ=:Europe/Jersey", "TZ=:Europe/Kaliningrad", - "TZ=:Europe/Kiev", + "TZ=:Europe/Kiev", /* obsolete, correct spelling is Europe/Kyiv */ "TZ=:Europe/Lisbon", "TZ=:Europe/Ljubljana", "TZ=:Europe/London", @@ -448,10 +448,11 @@ static const char * tz_common[] = { "TZ=:US/Hawaii", "TZ=:US/Mountain", "TZ=:US/Pacific", - "TZ=:UTC" + "TZ=:UTC", + "TZ=:Europe/Kyiv" }; -#define TZ_LEN 433 +#define TZ_LEN 434 #define TZ_UTC 432 /* Use this offset because names start with TZ=: */ -- 2.30.2